home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text1089.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  2.2 KB  |  53 lines

  1. readers:
  2.  
  3. chapter 6 of the march 15, 1993 version of "Hypertext Markup Language
  4. (HTML)" by Berners-Lee and Connolly discusses "Link Relationship values."
  5.  
  6. i have several questions about this chapter:
  7.  
  8. first, what is its status? are there browsers in use that recognize
  9. these link attribute values? have any of these attributes been promoted
  10. to be part of the standard?  are they likely to become part of the
  11. standard? if so, when and under what authority?
  12.  
  13. second, if browsers ignore attribute values that they do not recognize, why
  14. must these "experimental" values be preceded with "X-".
  15.  
  16. third, are there any example documents showing the use of these values?
  17.  
  18. fouth, is the value "Made" correctly described in this chapter?
  19. the chapter says that Made means that the:
  20.  
  21.    Person (etc) described by node A is author of, or is responsible for B
  22.  
  23. where A is the source document and B is the destination document. however, 
  24. the chapter also says that one use for the value is "for sending
  25. mail to authors," and it seems to me that Made would be more useful if
  26. A and B were reversed in the definition above.
  27. that is, it seems more useful for a document to contain a pointer to a file
  28. describing an author where the link relationship would be "Made" with
  29. the understanding that the person described in B is the author of A.
  30. can someone clarify this (what seems to me to be a) discrepancy?
  31.  
  32. fifth, since we are looking for a way to connect html documents with
  33. their authors or responsible authorities, the value Made appears to be
  34. a possible approach.  but, i would be interested in knowing any other
  35. conventions for recording such information that may be planned or under
  36. discussion.  i would actually prefer (at least intuitively) to have
  37. a tag defined for the document <head> section that could be used to
  38. record responsibility for the document.  for example, <owner> could
  39. be defined and have name, organization, and e-mail address as attributes.
  40. our browser could then pick up the owner e-mail address for posting
  41. comments from users reading a particular file directly to the owner.
  42. in particular, we might have the following tag 
  43.      <owner name="Michael Grobe" e-mail="grobe@kuhub.cc.ukans.edu">
  44. comments?
  45.  
  46. :michael grobe
  47. academic computing services
  48. the university of kansas
  49.  
  50.  
  51.  
  52.  
  53.